﻿@charset "utf-8";

/* CSS Document */

html{ overflow-x: hidden; overflow-y: auto;}

*{ padding: 0; margin: 0;}

ul,ol,li,dl,dd,dt{ list-style-type: none; line-height: normal;}

body,button,input,select,textarea{ font-family: 'Microsoft yahei', Arial; font-size: 12px;}

code,kbd,pre,samp{ font-family: 'Microsoft yahei', Arial;}

address,caption,cite,code,dfn,i,em,th,var{ font-style: normal; font-weight: normal;}

a{ text-decoration:none; color:#333;

        transition: all 0.5s linear;

   -moz-transition: all 0.5s linear;

-webkit-transition: all 0.5s linear;

     -o-transition: all 0.5s linear;

-webkit-tap-highlight-color:rgba(0, 0, 0, 0);

-webkit-tap-highlight-color: transparent;

}

a:hover{ cursor:pointer; text-decoration: none; color: #dc0000;}

img{ border: 0; max-width: 100%;}

table{ border-collapse: collapse; border-spacing: 0;}

h1,h2,h3,h4,h5,h6{ margin: 0; font-weight: normal; font-family: 'Microsoft yahei',Arial;}

h1{ font-size: 36px;}

h2{ font-size: 24px;}

h3{ font-size: 22px;}

h4{ font-size: 18px;}

h5{ font-size: 14px;}

h6{ font-size: 12px;}

input,table,tr,td{ margin: 0; padding: 0; border: none;}

p{ margin: 0; padding: 0;}

button,table{ border: none; background: none; margin: 0; padding: 0;}

select{ margin: 0; padding: 0; font-family: 'Microsoft yahei', Arial; outline: none;}

textarea{ resize: none; outline: 0;}

input{ outline: 0;}

button{ outline: none;}

body{ overflow: hidden; background: #fff;}



.pz_top{ float: left; width: 100%; position:fixed; left:0; top:0; z-index: 99; border-bottom: 1px solid #414449;}

.pz_banner{ float: left; width: 100%; overflow: hidden; position: relative; z-index: 8; }

.pz_main{ float: left; width: 100%; min-height: 200px;}

.pz_down{ float: left; width: 100%; background: #333333; padding-top: 48px;}



.w_1600{ margin:0 auto; width:1800px;}



/*top*/



.top{ width:100%; float:left; height:40px; border-top:solid 7px rgba(255,255,255,0.1);}

.top .top_r{ float:right; padding-left:48px; position:relative;}

.top .top_r .top_r_bg{ width:3000px; height:33px; background:rgba(255,255,255,0.1); position:absolute; left:0; top:0;}

.top .top_r .top_r_bg:before{ content:''; width:32px; height:33px; position:absolute; left:-32px; top:0; background:url(../images/top.png) no-repeat center center;}

.top .top_r a{ display:block; float:left; font-size:16px; color:#fff; line-height:26px; padding-left:27px; padding-right:32px; position:relative; z-index:5;}

.top .top_r a p{display:inline-block;}

.top .top_r a.a1{ padding-right:0; background:none!important;}

.top .top_r a:hover{ text-decoration:underline;}

.top .top_r a img{ vertical-align:middle; margin:-3px 3px 0 0; height:26px;}

.top .top_r a img.img_1{ display:none;}



.so_box{ float:right; position:relative; z-index:99; margin:7px 4px 0 0;}

.Search_but{ float:left; width:21px; height:21px; border:none;background:url(../images/sear_sub.png) center no-repeat;}

.so_but{ display:none;float:left; width:282px; position:absolute; right:0; top:61px; z-index:99;}

.so{ float:left; width:100%; background:#fff; position:relative; border:1px solid #dc0000;}

.so .Search{ float:left; width:100%; height:36px; background:none; border:none; line-height:36px; padding:0 56px 0 10px; color:#414141; font-size:14px;}

.so .sear_sub{ float:right; width:50px; height:100%; border:none;background:url(../images/sear_sub1.png) center no-repeat #dc0000; position:absolute; right:0; top:0;}



.logo{ float: left; width: 201px; height: 54px; margin: 0 0 40px 0;}

.top_share{ float: right; margin: 30px 0 30px 0 ;-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;}

.top_share .fnx1{ float: left; width: 34px; height: 34px; z-index: 99; margin-left: 19px; border: 1px solid transparent; border-radius: 50%; border: 1px solid #fff;}

.top_share .fnx1:hover{ border-radius: 50%; border: 1px solid #dc0000;}

.top_share a{ display: none;}

.top_share .dl{ display: block; color: #fff; line-height: 34px; text-align: center;}

.pz_top.on{ background:#000; background:rgba(0,0,0,0.8); height: 80px;}

.pz_top.on .logo{ margin: 12px 0 12px 0;}

.pz_top.on .menu .nli span a{ line-height: 80px;}

.pz_top.on .top_share{ margin: 20px 0;}

.pz_top.on .menu .nli span a::after{ top: 77px;}

.pz_top.on .so_but{ top: 51px;}

.pz_top.on .menu .sub{ top: 80px;}



/* menu */

.menu{ float: left;}

.menu ul{ margin-left: 200px;}

.menu .nli{ float: left; padding: 0 35px; position: relative;}

.menu .nli span a{ float: left; padding: 0 1px; color: #fff; font-size: 16px; line-height: 98px; position: relative;}

.menu .nli span a::after{ float: left; width: 0; height: 3px; position: absolute; left: 50%; top: 97px; content: '';  background: #fff; oz-transition: all 0.5s linear;

-webkit-transition: all 0.5s linear;

     -o-transition: all 0.5s linear;

-webkit-transform:translateX(-50%);

    -ms-transform:translateX(-50%);

        transform:translateX(-50%);

   -moz-transform:translateX(-50%);

     -o-transform:translateX(-50%);}

.menu .nli.active span a::after,

.menu .nli:hover span a::after{ width:100%;}

.menu .sub{ display: none; float: left; position: absolute; left: 50%; top: 99px; width: 130px; margin-left: -65px; z-index: 66;}

.menu .sub li{ float: left; width: 100%; margin-bottom: 1px;}

.menu .sub li a{ float: left; width: 100%; text-align: center; color: #fff; font-size: 13px; line-height:  32px; background:#000; background: rgba(0,0,0,0.9);}

.menu .sub li a:hover{ background: #dc0000; color: #fff;}



.pc_top{ display:block;}		

.ph_top{ display:none;}

.pc_menu{ display:block;}

.menuph{ display:none;}

.xialaph{ display:none;}



@media screen and (max-width:1919px ) {

.w_1600{ width: 1560px;}	

.menu .nli{ padding: 0 45px;}

}

@media screen and (max-width:1630px ) {

.w_1600{ width: 1366px;}	

.menu ul{ margin-left: 150px;}

.menu .nli{ padding: 0 35px;}	

}

@media screen and (max-width:1400px ) {

.w_1600{ width: 100%; padding: 0 15px;}

.menu ul{ margin-left: 100px;}

.menu .nli{ padding: 0 30px;}



}

@media screen and (max-width:1230px ) {

.pz_top{ height: 100px;}    

.logo{ width: 150px; height: 43px; margin: -5px 0 20px 0;}

.top_share{ margin: 13px 0 14px 0;}

.menu ul{ margin-left: 50px;}

.menu .nli{ padding:0 12px;}

.menu .nli span a::after{ top:58px;}

.menu .nli span a{ font-size:14px; line-height:60px;}

.menu .sub{ top:60px;}

.so_but{ top: 40px;}

.pz_top.on .logo { margin: 18px 0 18px 0;}

}





@media screen and (max-width:1023px ) {

.menu{ display:none;}

.top_share{ display:none;}

.pz_top{ height: 40px; background: #dc0000; border-bottom: 0;}

.logo{ width: 103px; height: 30px; margin: 5px 0 5px 0;}

.pz_banner{ margin-top: 40px;}

.so_but_ph{ float:left; width:100%; margin:15px 0;}

.top_r_ph a{ display: block; height: 34px; line-height: 34px; font-size: 14px;}

.top_r_ph a img{ display: block; float: left;}



.pc_top{ display:none;}		

.ph_top{ display:block;}

.pc_menu{ display:none;}

.menuph{ display:block;}

.xialaph{ display:block;}





/*手机按钮*/

.menuph{ float:right; width:28px; height:22px; cursor: pointer; text-align: center; margin:9px 0;}

.menuph .point {  display: inline-block;  width: 28px;  height: 22px; position: relative;}

.menuph .point:hover .navbtn,

.menuph .point:hover .navbtn::after,

.menuph .point:hover .navbtn::before {  width: 28px;  }

.menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 21px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  }

.menuph .navbtn::after,

.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 28px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  }

.menuph .navbtn::after {  top: -11px;  }

.menuph .navbtn::before {  top: 10px;  }

.menuph .point.active .navbtn{  background: transparent;  }

.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }

.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }



/*手机下拉*/

.xialaph{ position:fixed; left:0; top:0; float:left; width: 100%; height:100%; overflow:scroll; padding:40px 0 100px 0;  display: none;  z-index:98; background:#fff;}

.xialaph .ul2,

.xialaph .ul3{display: none;}

.xialaph h4 a{ float:left; width:60%; color: #333333;  font-size:16px; line-height: 50px;}

.xialaph h4 a span{ padding-left:6px; color:#ccc; font-size:14px;}

.xialaph h4{ float:left; width:100%; position:relative;}

.xialaph li:last-child h4::before{  content: '';  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 1px;  background-color: #e7e7e7; /*opacity: 0.1;*/  }

.xialaph h4:hover a,

.xialaph h5:hover a{  color: #dc0000; }

.xialaph h4::after{  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 1px;  background-color: #e7e7e7; /*opacity: 0.1;*/  }

.xialaph h5 a{ float:left; width:100%;  color: #1f1f1f;  font-size:14px; line-height: 40px;  text-transform:uppercase; }

.xialaph h5{ float:left; width:100%;position: relative;  }

.xialaph h5::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background-color: #e7e7e7; /*opacity: 0.05;*/  }

.xialaph li:last-child h5::after{  display: none;  }

.xialaph h4 img{  width: 15px;  height: 8px;  float: right;  margin-top: 24px;  cursor: pointer;  }

.xialaph h5 img{  width: 11px;  height: 6px;  float: right;  margin-top: 26px;  margin-right: 18px;  cursor: pointer;  }

.xialaph h4.active img.img_s,

.xialaph h5.active img.img_s{  display: none;  }

.xialaph h4.active img.img_d,

.xialaph h5.active img.img_d{  display: block;  }

.xialaph .ul2{ float:left; width:100%; padding:0 10px;}

.xialaph .ul3{  padding-top: 12px;  padding-bottom: 18px;  padding-left: 15px;  position: relative;  }

.xialaph .ul3::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background-color: #3c3a3a;  }

.xialaph li:last-child .ul3::after{  display: none;  }

.xialaph .ul3 li a{  color: #333;  font-size: 14px;  line-height: 35px;  display: block;  }

.xialaph .ul3 li{  padding-top: 5px;  }

.xialaph .ul3 li:first-child{  padding-top: 0;  }

.xialaph .phsou{  position: relative;  margin-top: 34px;

}

.xialaph .phsou input{  width: 100%;  height: 56px;  background-color: #fff; color: #aaa;  font-size: 14px;  padding-left: 20px;  border: 1px solid #e5e5e5;  }

.xialaph .phsou img{  cursor: pointer;  width: 21px;  height: 22px;  position: absolute;  top: 17px; right: 29px;  }

.img_d, .disno{  display: none;  }

}



/* banner */

.slide_banner{ float: left; width: 100%; margin: 0; overflow: hidden; position: relative; line-height: 0;}

.slide_banner video{object-fit:fill;}





.slide_banner img{ width: 100%;}

.slide_banner .slick-dots{ float: left; position: absolute; right: 10.9%; bottom:7.8%; text-align: right; z-index: 10;}

.slide_banner .slick-dots li{ width: 16px; height: 12px; background: url(../images/icon1.png) no-repeat center; background-size: 100%; margin-left: 18px; cursor: pointer; text-indent: 999em; overflow: hidden;}

.slide_banner .slick-dots .slick-active{ background: url(../images/icon2.png) no-repeat center; background-size: 100%;}

.slide_banner .slick-dots button{ text-indent: 999em;} 

.number{ float: left; position: absolute; right: 7.8%; bottom: 7.2%; z-index: 66; font-size: 16px; color: #fff;}

.number span{ font-size: 30px;}

.zy_banner{ float: left; width: 100%; line-height: 0;}

@media screen and (max-width:1230px ) {

.slide_banner .slick-dots li{ width: 8px; height: 6px; margin-left: 9px;}

.slide_banner{ width: 100%;}

.slide_banner video{ width: 100%; height: auto;}

.number{ font-size: 14px;}

.number span{ font-size: 20px;}

}

@media screen and (max-width:1023px ) {

.slide_banner .slick-dots{ right: 15%; bottom:20.8%;}

.slide_banner .slick-dots li{ margin-left: 5px;}

.slide_banner video{ width: 100%; height: auto;}

.number{ font-size: 12px; bottom:20.2%;}

.number span{ font-size: 16px;}

}



/* main */

/* 关于我们 */

.homeAbout{ padding: 120px 0; overflow: hidden; position: relative;}

.homeAbout .img{ width: 45.7%; line-height: 0; float: left;}

.homeAbout .bg{ position: absolute; top: 120px; left: 45.7%; width: 385px; height: 551px; background: #f9f9f9; z-index: -1;}

.homeAbout .bg .wz{ position: absolute; top: 235px; left: -34%; font-size: 120px; color: #f2f2f2;  font-weight: bolder; transform: rotate(90deg) translate(-40px, -5px);}

.homeAbout .title{ width: 42.3%; float: right;}

.aboutTit::before{ content: ""; display: block; width: 49px; height: 45px; margin-top: 55px; background: url(../images/main2.png) no-repeat center; background-size: 100%;}

.aboutTit h5{ font-size: 24px; margin: 40px 0 20px 35px; color: #dc0000; font-family: "Arial"; font-weight: bold;} 

.aboutTit h5 span{ color: #1f262c;}

.aboutTit h6{ font-size: 30px; color: #1f262c; margin-left: 35px; text-transform: uppercase;}

.homeAbout .info{ color: #323c43; font-size: 16px; line-height: 36px; height: 180px; overflow: hidden; margin: 30px 0 40px 35px;}

.homeMore{ font-size: 14px; margin-left: 35px; text-transform: uppercase; font-weight: bold; color: #dc0000;}

.homeMore .ico{ display: inline-block; width: 19px; height: 10px; margin-right: 10px; background: url(../images/main3.png) no-repeat center; background-size: 100%;}

@media (max-width:1919px ) {

.homeAbout .bg{ height: 516px;}

}

@media (max-width:1630px ) {

.homeAbout .bg{ height: 450px;}

.homeAbout .bg .wz{ top: 206px; font-size: 100px;}

.aboutTit::before{ margin-top: 25px;}

.homeAbout .info{ margin: 30px 0 25px 35px;}

}

@media (max-width:1400px ) {

.homeAbout{ padding: 60px 0;}

.homeAbout .bg{ height: 394px; top: 60px;}

.homeAbout .bg .wz{ top: 170px;}

.aboutTit::before{ width: 30px; height: 25px; margin-top: 25px;}

.aboutTit h5{ font-size: 24px; margin: 30px 0 15px 35px;} 

.homeAbout .info{ line-height: 28px; height: 168px; margin: 20px 0 20px 35px;}

}

@media (max-width:1230px ) {

.homeAbout .bg{ height: 325px;}

.homeAbout .bg .wz{ top: 150px; left: -26%; font-size: 80px;}

.homeAbout .info{ height: 84px;}

}

@media screen and (max-width:1023px ) {

.homeAbout{padding: 20px 0;}

.homeAbout .img{ width: 100%;}

.homeAbout .bg{ display: none;}

.homeAbout .title{ width: 100%;}

.aboutTit::before{ width: 20px; height: 15px; margin-top: 20px;}

.aboutTit h5{ font-size: 14px; margin: 10px 0 0 10px;} 

.aboutTit h6{ font-size: 16px; margin-left: 10px;}

.homeAbout .info{ font-size: 14px; line-height: 24px; height: 96px; margin: 5px 0 5px 10px;}

.homeMore{ font-size: 12px; margin-left: 10px; background-size: 50%;}

.homeMore .ico{ width: 10px; height: 9px; margin-right: 5px;} 

}

/* 产品中心 */

.homeTit{ position: relative; margin-bottom: 50px;}

.homeTit::before{ content: ""; display: block; width: 49px; height: 45px; margin-bottom: 46px; background: url(../images/main2.png) no-repeat center; background-size: 100%;}

.homeTit h5{ font-size: 36px; color: #333333; letter-spacing: 9px;}

.homeTit h6{ position: absolute; top: 48px; left: -8px; z-index: -1; letter-spacing: 25px; font-size: 100px; color: #eeeeed; font-weight: bold; text-transform: uppercase;}

.homeTit .homeMore{ float: right; margin-top: -25px;}

.homeProd{ padding: 75px 0; position: relative;}

.homeProdTab{ margin: 0 -34px;}

.homeProdTab .pic{ background: #fff; margin: 20px 34px 70px 34px; padding: 0 15px 60px 15px; position: relative; box-shadow: 1px 2px 15px #ccc; border-radius: 15px;}

.homeProdTab .pic .img{ display: block; width: 70%; margin: 10px auto; overflow: hidden;-webkit-transition: 0.5s ease;

   -moz-transition: 0.5s ease;

	-ms-transition: 0.5s ease;

	 -o-transition: 0.5s ease;

		transition: 0.5s ease;}

.homeProdTab .pic .img img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.homeProdTab .pic:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}



.homeProdTab .text{ text-align: center;}

.homeProdTab .text h5{ font-size: 20px; margin: 20px 0 20px 0; height: 26px; overflow: hidden;}

.homeProdTab .text h6{ font-size: 14px; color: #575f65; height: 19px; overflow: hidden;}

.homeProdTab .pic .more{ display: block; width: 60px; height: 60px; position: absolute; bottom: -30px; left: 50%; margin-left: -30px; background: url(../images/main12.png) no-repeat center;}

.homeProdTab .pic:hover .more{ background: url(../images/main13.png) no-repeat center;}

.homeProdTab .slick-dots li button{ color: #848484; font-size: 16px;}

.homeProdTab .slick-dots .slick-active button{ color: #dc0000;}

.homeProdTab .slick-prev{ position: absolute; top: 101.6%; left: 30%; margin-left: -6px; width: 12px; height: 16px; background: url(../images/main8.png) no-repeat center; background-size: cover;}

.homeProdTab .slick-prev:hover{ background: url(../images/main10.png) no-repeat center;}

.homeProdTab .slick-next{ position: absolute; top: 101.6%; right: 30%; margin-right: -6px; width: 12px; height: 16px; background: url(../images/main9.png) no-repeat center; background-size: cover;}

.homeProdTab .slick-next:hover{ background: url(../images/main11.png) no-repeat center;}

@media (max-width:1400px ) {

.homeProdTab{ margin: 0 -20px;}

.homeProdTab .pic{ margin: 10px 20px 60px 20px;}

.homeProd{ padding: 45px 0;}

.homeProdTab .slick-prev{ left: 40.5%;}

.homeProdTab .slick-next{ right: 40.5%;}

}

@media (max-width:1023px ) {

.homeTit{ margin-bottom: 10px;}

.homeTit::before{ width: 20px; height: 15px; margin-bottom: 10px;}

.homeTit h5{ font-size: 16px; letter-spacing: 2px;}

.homeTit h6{ top: 20px; left: -2px; letter-spacing: 5px; font-size: 25px;}

.homeTit .homeMore{ margin-top: -25px; margin-right: 10px;}

.homeProd{ padding: 20px 0 40px 0;}

.homeProdTab{ margin: 0 -5px;}

.homeProdTab .pic{ margin: 10px 5px 30px 5px; padding: 10px 3px 20px 3px; box-shadow: none;}

.homeProdTab .text h5{ font-size: 14px; margin: 10px 0 0 0; height: 22px;}

.homeProdTab .text h6{ font-size: 12px; height: 16px;}

.homeProdTab .pic .more{ width: 30px; height: 30px; bottom: -15px; margin-left: -15px; background-size: 100%;}

.homeProdTab .pic:hover .more{ background-size: 100%;}

.homeProdTab .slick-dots{ bottom: -20px;}

.homeProdTab .slick-dots li button{ font-size: 16px;}

.homeProdTab .slick-prev{ top: 101.6%; left: 25%; margin-left: -6px; width: 10px; height: 12px;}

.homeProdTab .slick-next{ top: 101.6%; right: 25%; margin-right: -6px; width: 10px; height: 12px;} 

}



/* 应用领域 */

.homeApplMenu{ width: 100%; height:716px; overflow: hidden; margin-top: 80px;}

.homeApplMenu ul li{ float: left; position: relative;}

.homeApplMenu ul li .img{ height: 716px;}

.homeApplMenu ul li .img img{ width: 100%; height: 100%;}

.homeApplMenu ul li .title{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.homeApplMenu .layer .text .ico{ display: block; width: 76px; height: 76px; background-size: cover;}

.homeApplMenu ul li h6{ font-size: 24px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.homeApplMenu ul li .info{ font-size: 16px; line-height: 26px; height: 52px; overflow: hidden;}



.homeApplMenu .layer{ width: 19.4%; float: left;}

.homeApplMenu .layer .bg{ background: #000; opacity: 0.8; width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.homeApplMenu .layer .wz{ position: absolute; top: 140px; right: -30px; color: #fff; font-size: 14px; border-top: 1px solid #56595c; padding: 16px 0 0 60px; text-transform: uppercase; transform: rotate(90deg) translate(-40px, -5px);}

.homeApplMenu .layer .text{ position: absolute; bottom: 60px; left: 0; padding: 0 40px;} 

.homeApplMenu .layer .ico{ margin-bottom: 30px;}

/*.homeApplMenu .layer .ico1{ background: url(../images/main17.png) no-repeat center;}

.homeApplMenu .layer .ico2{ background: url(../images/main18.png) no-repeat center;}

.homeApplMenu .layer .ico3{ background: url(../images/main19.png) no-repeat center;}

.homeApplMenu .layer .ico4{ background: url(../images/main20.png) no-repeat center;}*/

.homeApplMenu .layer h6{ color: #fff;}

.homeApplMenu .layer h6::after{ content: ""; display: block; width: 30px; height: 3px; margin: 20px 0; background: #fff;}

.homeApplMenu .layer .info{ color: #fff;}

.homeApplMenu .layer .more{ display: none;}



.homeApplMenu .curr{ width: 41.8%;}

.homeApplMenu .curr .bg{ display: none;}

.homeApplMenu .curr .wz{ display: none;}

.homeApplMenu .curr .text{ background: #ffffffc2; position: absolute; bottom: 180px; left: 0; padding: 70px 80px 70px 0;}

.homeApplMenu .curr .ico{ position: absolute; right: -38px; top: 50%; margin-top: -38px;}

/*.homeApplMenu .curr .ico1{ background: url(../images/main21.png) no-repeat center;}

.homeApplMenu .curr .ico2{ background: url(../images/main22.png) no-repeat center;}

.homeApplMenu .curr .ico3{ background: url(../images/main23.png) no-repeat center;}

.homeApplMenu .curr .ico4{ background: url(../images/main24.png) no-repeat center;}*/

.homeApplMenu .curr h6{ color: #333; text-align: right;}

.homeApplMenu .curr h6::after{ content: ""; display: block; width: 100%; height: 14px; margin: 34px 0 20px 0; background: url(../images/main25.png) no-repeat right center; background-size: cover;}

.homeApplMenu .curr .info{ width: 58%; margin-left: 42%; color: #707070; text-align: right;}

.homeApplMenu .curr .more{ display: block; float: right; font-size: 14px; margin-top: 30px; color: #dc0000; text-transform: uppercase;}

.homeApplMenu .curr .more::before{ content: ""; display: inline-block; width: 16px; height: 3px; margin: 4px 12px; background: #dc0000;}

@media (max-width:1440px ) {

.homeApplMenu ul li .text{ width: 85%;}

}

@media (max-width:1230px ) {

.homeAppl{ padding: 10px 0 0 0;}

.homeApplTab .pic{ margin: 10px 5px 10px 5px;}

.homeApplTab .pic .img{ height: auto; overflow: hidden;}

.homeApplTab .pic h6{ font-size: 16px; margin: 10px 0 5px 0; height: 20px; overflow: hidden;}

.homeApplTab .pic .info{ font-size: 14px; line-height: 20px; height: 40px; overflow: hidden;}

.homeApplTab .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}

.homeApplTab .slick-dots li{ vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}

.homeApplTab .slick-dots .slick-active{ background: #dc0000;} 

}

@media (max-width:640px ) {

.homeApplTab .pic{ margin: 10px 0 10px 0;}

}



/* 品牌案例 */

.homeBran{ padding: 120px 0;}

.homeBranTab{ margin: 0 -24px;}

.homeBranTab .pic{ margin: 25px 24px 30px 24px; position: relative;}

.homeBranTab .text{ width: 82%; height: 150px; position: absolute; left: 0; bottom: -30px; padding: 20px 40px; background: #f5f5f5;}

.homeBranTab .text h6{ font-size: 20px; margin-bottom: 10px; height: 26px; overflow: hidden;}

.homeBranTab .text .info{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; color: #565656;}

.homeBranTab .text .more{ float: right; font-size: 12px; font-weight: bold;}

.homeBranTab .text .more::before{ content: ""; display: inline-block; margin: 3px 20px; width: 57px; height: 1px; background: #d6d6d6;}

.homeBranTab .pic:hover .text{ background: #dc0000;}

.homeBranTab .pic:hover .text h6{ color: #fff;}

.homeBranTab .pic:hover .text .info{ color: #fff;}

.homeBranTab .pic:hover .text .more{ color: #fff;}

.homeBranTab .pic :hover.text .more::before{ background: #e95f5f;}

@media (max-width:1400px ) {

.homeBran{ padding: 60px 0;}

.homeBranTab{ margin: 0 -15px;}

.homeBranTab .pic{ margin: 15px 15px 30px 15px;}

}

@media (max-width:1023px ) {

.homeBran{ padding: 20px 0;}

.homeBranTab{ margin: 0 -5px;}

.homeBranTab .pic{ margin: 10px 5px 20px 5px;}

.homeBranTab .text{ width: 82%; height: 90px; padding: 5px 10px; }

.homeBranTab .text h6{ font-size: 16px; margin-bottom: 0; height: 22px;}

.homeBranTab .text .info{ font-size: 14px; line-height: 20px; height: 20px;}

.homeBranTab .text .more::before{ margin: 3px 10px; width: 27px;}   

.homeBranTab .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}

.homeBranTab .slick-dots li{ vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}

.homeBranTab .slick-dots .slick-active{ background: #dc0000;} 

}

@media (max-width:640px ) {

.homeBranTab .pic{ margin: 10px 0 20px 0;}

}







/* 新闻中心 */

.homeNews{ position: relative; padding-top: 90px;}

.homeNewsTab{ position: relative; margin-bottom: 94px;}

.homeNewsTab .hd{ position: absolute; right: 0; top: -85px;}

.homeNewsTab .hd ul{ overflow: hidden;}

.homeNewsTab .hd ul li{ float: left; font-size: 16px; padding: 0 15px 20px 15px; margin-left: 30px; color: #666666;}

.homeNewsTab .hd ul li.on{ color: #dc0000; border-bottom: 3px solid #dc0000;}

.homeNewsTab .bd{ margin-top: 40px;}

.homeNewsTab .bd .bd_con{ margin: 40px -24px 0 -24px; overflow: hidden;}

.homeNewsTab .bd .pic{ width: 22%; float: left; background: #fff; padding: 15px; margin: 0 1.5%;}

.homeNewsTab .bd .pic .img{ width: 100%; height: auto; overflow: hidden;-webkit-transition: 0.5s ease;

   -moz-transition: 0.5s ease;

	-ms-transition: 0.5s ease;

	 -o-transition: 0.5s ease;

		transition: 0.5s ease;
max-height:210px;}

.homeNewsTab .bd .pic .img img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.homeNewsTab .bd .pic:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}



.homeNewsTab .bd .pic h6{ font-size: 20px; margin: 10px 0 5px 0; height: 26px; overflow: hidden;}

.homeNewsTab .bd .pic .info{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; color: #666666;}

.homeNewsTab .bd .pic .date{ font-size: 14px; color: #999999; margin-top: 10px;}

@media (max-width:1400px ) {

.homeNews{ padding-top: 60px;}

.homeNewsTab{ margin-bottom: 60px;}

.homeNewsTab .bd{ margin-top: 20px;}

.homeNewsTab .bd .bd_con{ margin: 20px -24px 0 -24px;}

}

@media (max-width:1023px ) {

.homeNews{ padding-top: 20px;}

.homeNewsTab{ margin-bottom: 20px;}

.homeNewsTab .hd{ top: -40px;}

.homeNewsTab .hd ul li{ font-size: 14px; padding: 0 3px 4px 3px; margin-left: 10px;}

.homeNewsTab .hd ul li.on{ border-bottom: 1px solid #dc0000;}

.homeNewsTab .bd{ margin-top: 10px;}

.homeNewsTab .bd .bd_con{ margin: 0;}

.homeNewsTab .bd .pic{ width: 49%; padding: 5px; margin: 0 2% 10px 0;}

.homeNewsTab .bd .pic:nth-child(2n){ margin-right: 0;}

.homeNewsTab .bd .pic h6{ font-size: 16px; margin: 10px 0 5px 0; height: 22px;}

.homeNewsTab .bd .pic .info{ font-size: 14px; line-height: 20px; height: 40px;}

.homeNewsTab .bd .pic .date{ font-size: 12px; margin-top: 5px;}

}

@media (max-width:640px ) {

.homeNewsTab .bd .pic{ width: 100%;  margin: 0 0 10px 0;}

}



/* down */

.footCon1{ float: left; width: 20.8%; margin-right: 11.5%;}

.footCon1 .foot_logo{ width: 163px; height: 43px; line-height: 0; margin-bottom: 25px;}

.footCon1 .foot_ph .ico{ overflow: hidden;}

.footCon1 .foot_ph i{ display: block; float: left; width: 20px; height: 18px; margin: 3px 12px 0 0;}

.footCon1 .foot_ph span{ display: block; float: left; font-size: 16px; color: #fff;}

.footCon1 .foot_ph .p1{ font-size: 28px; margin: 3px 0 10px 0; color: #fff; font-family: "Open Sans"; font-weight: 500;}

.footCon1 .foot_ph .p2{ font-size: 14px; line-height: 28px; color: #b2b2b2;}



.footCon2{ float: left; width: 37.8%; margin-right: 8.2%; margin-top: 48px;}

.footCon2 .footNav{ overflow: hidden;text-align: center;}

.footCon2 .footNav a{ /*float: left; */font-size: 16px; padding-right: 40px; color: #b2b2b2; position: relative;}

.footCon2 .footNav a:last-child{ margin-right: 0;}

.footCon2 .footNav a::after{ content: ""; display: block; width: 4px; height: 4px; position: absolute; top: 50%; right: 20px; margin-top: -2px; border-radius: 50%; background: #858585;}

.footCon2 .footNav a:last-child::after{ display: none;}

.footCon2 .footNav a:hover{ color: #fff;}

.footCon2 .foot_copy{ overflow: hidden; font-size: 14px; color: #b2b2b2; /*margin: 20px 35px 20px 35px;*/}

.footCon2 .foot_copy p{ float: left; margin-right: 25px;}



.footCon2 .foot_ico{ text-align: center;}

.footCon2 .foot_ico .ico{ display: inline-block; margin-right: 20px; position: relative;}

.footCon2 .foot_ico .ico a{ display: block; width: 22px; height: 22px;}

.footCon2 .foot_ico .qq{ background: url(../images/foot1.png) center no-repeat;}

.footCon2 .foot_ico .weibo{ background: url(../images/foot2.png) center no-repeat;}

.footCon2 .foot_ico .weixin{ background: url(../images/foot3.png) center no-repeat;}

.footCon2 .foot_ico .qq:hover{ background:url(../images/foot4.png) center no-repeat;}

.footCon2 .foot_ico .weibo:hover{ background:url(../images/foot5.png) center no-repeat;}

.footCon2 .foot_ico .weixin:hover{ background:url(../images/foot6.png) center no-repeat;}

.footCon2 .foot_ico .whact{ display: none; width: 120px; height: 120px; line-height: 0; padding: 2px; background: #fff; border: 1px solid #ccc; position: absolute; left: 50%; top: 30px; margin-left: -60px;} 

 .footCon2 .foot_ico .ico:hover .whact{ display: block;} 



.footCon3{ float: left; overflow: hidden; width: 21.6%; margin-top: 34px;}

.footCon3 .ewm{ float: left; width: 126px; height: 126px; padding: 5px; border-radius: 5px; background: #fff;}

.footCon3 .title{ float: left; margin-left: 10px; margin-top: 30px;}

.footCon3 .title .p1{ color: #fff; font-size: 18px; line-height: 34px;}

.footCon3 .title .p2{ color: #d9d9d9; font-size: 14px; line-height: 30px;}

.footCon3 .title .p3{ color: #999999; font-size: 14px; line-height: 30px;}

.pz_down .container{ overflow: hidden; padding-bottom: 55px;}



.foot{ background: #2b2b2b; height: 70px; line-height: 35px; overflow: hidden;}

.links{ float: left; width: 100%; color: #bcbbbb; font-size: 14px;}

.links h5{ float: left; margin-right: 5px;}

.links a{ color: #999; /*line-height: 70px;*/}

.links a:hover{ color: #fff;}

@media (max-width:1919px ) {

.footCon1{ width: 22.8%; margin-right: 8.5%;}

.footCon2{ width: 39.8%; margin-right: 5.2%;}

.footCon3{ width: 23.6%;}

}

@media (max-width:1630px ) {

.footCon1{ width: 25.8%; margin-right: 1.5%;}

.footCon2{ width: 45.8%; margin-right: 1.2%;}

.footCon3{ width: 25.6%;}

}

@media (max-width:1400px ) {

.footCon1{ margin-right: 0.5%;}

.footCon2{ width: 44.8%; margin-right: 0.2%;}

.footCon2 .footNav a{ padding-right: 30px;}

.footCon2 .footNav a::after{ right: 13px;}

.footCon2 .foot_copy{ margin: 20px 0;}

.footCon3{ width: 28.6%;}

.links a{ margin-right: 15px;}

}

@media (max-width:1230px ) {

.footCon1{ width: 20.8%; margin-right: 4.5%;}

.footCon1 .foot_logo{ width: 130px; height: 34px; margin-bottom: 10px;}

.footCon1 .foot_ph span{ font-size: 14px;}

.footCon1 .foot_ph .p1{ font-size: 18px; margin: 3px 0 5px 0;}

.footCon1 .foot_ph .p2{ font-size: 12px; line-height: 22px;}

.footCon2{ width: 42.8%; margin-right: 2.2%;}

.footCon2 .footNav a{ font-size: 14px; padding-right: 22px;}

.footCon2 .footNav a::after{ right: 9px;}

.footCon2 .foot_copy{ font-size: 12px;}

.footCon2 .foot_ico .whact{ top: -130px;} 

.footCon3 .ewm{ width: 90px; height: 90px; padding: 3px;}

.footCon3 .title{ margin-top: 25px;}

.footCon3 .title .p1{ font-size: 14px; line-height: 20px;}

.footCon3 .title .p2{ font-size: 12px; line-height: 26px;}

.footCon3 .title .p3{ font-size: 12px; line-height: 26px;}

.pz_down .container{ padding-bottom: 25px;}

.foot{ line-height: 50px; height: auto;}

.links{ font-size: 12px;}

.links a{ margin-right: 10px; line-height: 52px;}

}

@media (max-width:1023px ) {

.pz_down{ padding-top: 20px;}

.footCon3 .title{ margin-left: 10px; margin-top: 15px;}

.footCon3 .title .p1{ font-size: 12px;}

.footCon3 .title .p2{ line-height: 20px;}

.footCon3 .title .p3{ line-height: 20px;}

.pz_down .container{ padding-bottom: 10px;}

.links{ padding:10px 0; height: auto;}

.links h5{ float: none; margin-right: 0; font-size:16px; line-height:24px; background:#5f5f5f; border-radius:3px; padding:5px 15px; text-align:left; position:relative;}

.links h5::after{ float:left; width:0; height:0; position:absolute; right:15px; top:50%; margin-top:-4px; border-left: 6px solid transparent; border-right:6px solid transparent;border-top: 8px solid #fff; content:'';}

.links ul{ display:none; font-size:14px; line-height:22px;}

.links a{ line-height: 30px;}

}

@media (max-width:767px ) {

.footCon1{ width: 100%; margin-right: 0;}

.footCon1 .foot_logo{ margin: 0 auto;}

.footCon1 .foot_ph{ text-align: center;}

.footCon1 .foot_ph .ico{ width: 95px; margin: 5px auto;}

.footCon2{ width: 100%; margin-right: 0; margin-top: 10px;}

.footCon2 .footNav{ width: 100%; margin: 0 auto; text-align:center;}

.footCon2 .footNav a{ font-size: 12px; float:none; display:inline-block;}

.footCon2 .footNav a::after{ /*right: 15px;*/}

.footCon2 .foot_copy{ margin: 5px 0;}

.footCon2 .foot_copy p{ float: none; line-height: 20px; text-align: center;}

.footCon3{ float: none; width: 280px; margin: 0 auto; padding-top: 10px;}

}



/*phone底部导航*/

.q_d_m{float:left; width:100%; height:50px;}

.pf_down{width:100%; float:left; position:fixed; left:0; bottom:0; height:50px; background:#db0001; z-index:66; box-shadow:0 -4px 7px rgba(0,0,0,0.15);}

.pf_down li{ width:20%; float:left; text-align:center; padding:7px 0 5px 0; border-right:1px solid #af0001; text-transform:uppercase;}

.pf_down li:last-child{ border:none;}

.pf_down li .ico7{ width:100%; float:left; height:20px;}

.pf_down li .name{ width:100%; float:left; margin-top:4px; font-size:12px; color:#fff; line-height:14px;}

.pf_down li.l1 .ico7{ background:url(../images/btn1.png) no-repeat center; background-size:20px 20px;}

.pf_down li.l2 .ico7{ background:url(../images/btn2.png) no-repeat center; background-size:20px 20px;}

.pf_down li.l3 .ico7{ background:url(../images/btn3.png) no-repeat center; background-size:20px 20px;}

.pf_down li.l4 .ico7{ background:url(../images/btn4.png) no-repeat center; background-size:20px 20px;}

.pf_down li.l5 .ico7{ background:url(../images/btn5.png) no-repeat center; background-size:20px 20px;}



/*右侧漂浮*/

.pf_right{ display: none; float: left; width: 75px; position: fixed; right: 15px; top: 50%; margin-top: -226px; z-index: 999;}

.pf_right li{ float: left; width: 100%; position: relative; margin-bottom: 1px; background: #db0001;}

.pf_right li a{ float: left; width: 75px; height: 75px; position: relative; z-index: 6;}

.pf_right li i{ display: block; width: 35px; height: 30px; margin: 14px auto 5px auto;}

.pf_right li i.ico1{ background: url(../images/pf1.png) no-repeat center;}

.pf_right li i.ico2{ background: url(../images/pf2.png) no-repeat center;}

.pf_right li i.ico3{ background: url(../images/pf3.png) no-repeat center;}

.pf_right li i.ico4{ background: url(../images/pf4.png) no-repeat center;}

.pf_right li i.ico5{ background: url(../images/pf5.png) no-repeat center;}

.pf_right li i.ico6{ background: url(../images/pf6.png) no-repeat center;}

.pf_right li h5{ color: #fff; text-align: center; font-size: 14px;}

.pf_right li:hover{ background: #af0001;}

.pf_right li .pf_tel,.pf_right li .pf_qq{ float: left; position: absolute; right: -300px; top: 0; padding: 0 20px; white-space: nowrap; background: #af0001; color: #fff; font-size: 22px; line-height: 75px; -webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;

}

.pf_right li .ewm{ display: none; float: left; width: 120px; height: 120px; position: absolute; right: 85px; top: 50%; margin-top: -60px; line-height: 0; padding: 5px; background: #fff; border: 1px solid #ccc;}

.pf_right li:hover .pf_tel,.pf_right li:hover .pf_qq{ right: 75px;} 

.pf_right li:hover .ewm{ display: block;} 

.pf_right.on{ display:block;} 



/* 留言弹窗 */

.messagePo{ display: none;}

.messagePo .bg{width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999999; background: #000; opacity: 0.8;}

.message{ width: 50%; height: 510px; position: fixed; top: 50%; left: 50%; margin-left: -25%; padding: 40px; margin-top: -255px; z-index:99999999999; background: #e6e6e6; border-radius: 10px;}

.message .title{ font-size: 28px; margin-bottom: 30px; color: #dc0000; text-align: center;}

.message .lab{ margin-bottom: 10px; position: relative;}

.message .fv1{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 36px; background: #f7f7f7;}

.message .fv4{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 36px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: #f7f7f7 url('../images/Cont1.png') no-repeat 95% center; padding-right: 14px;}

.message .fv4::-ms-expand { display: none;}

.message .fv2{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; background: #f7f7f7; height: 78px; line-height: 26px;}

.message .yanzhengma{ float:left; position:absolute; right:1px; top:1px; width:20%; height:42px;}

.message .fv3{ display: block; width: 180px; height: 42px; line-height: 42px; font-size: 16px; margin: 30px auto 0 auto; text-align: center; color: #fff; background: #dc0000; border-radius: 21px;}

.message .fv5{ width: 76%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 42px; background: #f7f7f7;}

.message .clo{ width: 18px; height: 18px; background: url(../images/close.png) no-repeat center; z-index: 999999999; position: absolute; right: 7px; top: 7px;}

@media (max-width:1023px ) {

.message{ width: 80%; height: 310px; margin-top: -155px; padding: 10px; margin-left: -40%}

.message .title{ font-size: 16px; margin-bottom: 10px;}

.message .lab{ margin-bottom: 5px;}

.message .fv1{ padding: 0 10px; height: 28px; line-height: 24px;}

.message .fv4{ padding: 0 10px; height: 28px; line-height: 24px;}

.message .fv2{ padding: 0 10px; height: 74px; line-height: 28px;}

.message .yanzhengma{ right:1px; top:1px; height:28px;}

.message .fv3{ width: 100px; height: 28px; line-height: 28px; font-size: 14px; border-radius: 14px; margin-top: 10px;}

.message .fv5{ padding: 0 10px; height: 28px; line-height: 28px;}

.message .clo{ width: 12px; height: 12px; background-size: cover;}

}



/* 内页 */

.side_cont{ height: 70px; line-height: 70px; font-size: 16px; text-align: center; border-bottom: 1px solid #dbdbdb;}

.side_cont .pz_SideLayer{ display: inline-block; border-left: 1px solid #dbdbdb;}

.side_cont .l1{ float: left; height: 70px; line-height: 70px; padding: 0 40px; border-right: 1px solid #dbdbdb;}

.side_cont .l1.on,.side_cont .l1:hover{ background: #db0001;}

.side_cont .l1.on a,.side_cont .l1:hover a{ color: #fff;}

.side_cont .l2{display:none;}

.w_1400{ width: 1400px; margin: 0 auto;}

@media (max-width:1400px ) {

.side_cont{ height: 50px; line-height: 50px;} 

.side_cont .l1{ height: 50px; line-height: 50px; padding: 0 30px;}

.w_1400{ width: 1000px;}

}

@media (max-width:1023px ) {

.side_cont{ height: 28px; line-height: 28px; font-size: 14px;} 

.side_cont .l1{ height: 28px; line-height: 28px; padding: 0 10px;}

.w_1400{ width: 96%;}

}

@media (max-width:400px ) {

.side_cont{ font-size: 12px; height:auto;} 

.side_cont .pz_SideLayer{border-left:0;}

.side_cont .l1{ padding: 0 7px; float:none; display:inline-block; border-right:0;}

}



/* 分页 */

.wack1{ float:left; width:100%; padding:10px 0 4.67% 0; text-align:center;}

.pz_fy{ display:inline-block; *display:inline; *zoom:1;}


.pz_fy span{float: left;width: 55px;height: 30px;line-height: 30px;border-radius: 50%;padding-left: 5px;padding-right: 5px;margin: 0 5px;}

.pz_fy a {float:left;width: 55px;height:30px;line-height:30px;border-radius:50%;border: #e2e2e2 1px solid;color:#999999;font-size:14px;font-family:Arial;margin: 0 5px;padding-left: 5px;padding-right: 5px;/* min-width: 50px; */}


.pz_fy a:hover,

.pz_fy a.on { background: #db0001; color:#fff; border: transparent;}

.pz_fy .l2{ width: 100px; height: 30px; border-radius: 19px; background:url(../images/h_img2.png) left center no-repeat; border: 0;}

.pz_fy .l2:hover,

.pz_fy .l2.on{ background:url(../images/h_img2_1.png) left center no-repeat;}

.pz_fy .r2{ width: 100px; height: 30px; border-radius: 19px; background:url(../images/h_img2.png) right center no-repeat; border: 0;}

.pz_fy .r2:hover,

.pz_fy .r2.on{ background:url(../images/h_img2_1.png) right center no-repeat;}

@media  screen and (max-width:1023px){

.fy_pc{ text-align:center; font-size:14px; color:#272727; padding:5px 0;}

.fy_pc a{ padding:5px 25px; background: #db0001; color:#fff; border: transparent; border-radius:16px; overflow:hidden;}

.fy_pc span{ padding:5px 20px; color:#272727;}

}



/* 关于我们 */

.aboutCon{ padding: 0 0 60px 0;}

.aboutConTit{ text-align: center; margin: 100px 0 50px 0;}

.aboutConTit h5{ font-size: 36px; font-weight: bold; text-transform: uppercase;}

.aboutConTit h6{ font-size: 28px; color: #575757; margin-top: 15px;}

.aboutCon1{ overflow: hidden; position: relative;}

.aboutCon1 .img{ float: left; width: 50%; line-height: 0;}

.aboutCon1 .text{ float: right; width: 46%;}

.aboutCon1 .pic{ width: 192px; height: 118px; margin: 15px 0 35px 0; line-height: 0;}

.aboutCon1 .text h6{ font-size: 30px; margin-bottom: 30px;}

.aboutCon1 .text .info{ font-size: 16px; line-height: 36px; height: 288px; overflow-y:auto; color: #323c43;}

.aboutCon1 .wz{ position: absolute; right: 0; bottom: 0; font-size: 100px; font-weight: bold; text-transform: uppercase; color: #f7f7f7;}

.aboutCon1 .homeMore{ margin-left: 0;}



.aboutCon2{ position: relative;}

.aboutCon2 .slick-prev{ width: 43px; height: 86px; background: url(../images/Case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}

.aboutCon2 .slick-next{ width: 43px; height: 86px; background: url(../images/Case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}

.aboutCon2 .slick-prev:hover{ background: url(../images/Case7.jpg) no-repeat center;}

.aboutCon2 .slick-next:hover{ background: url(../images/Case8.jpg) no-repeat center;}

.aboutConPic .text{ width: 50%; padding: 85px 90px;}

.aboutConPic .text .tit{ font-size: 20px; text-align: center;}

.aboutConPic .text .tit::after{ content: ""; display: block; width: 100%; height: 5px; margin: 30px 0 20px; background: url(../images/About7.png) no-repeat center;}

.aboutConPic .text .info{ font-size: 16px; line-height: 30px; height: 90px; overflow-y:auto; color: #7b7b7b; }





.aboutConPic .img{ width: 50%; line-height: 0;}

.aboutConPic .pic1{ background: #f5f5f5; overflow: hidden;}

.aboutConPic .pic1 .text{ float: left;}

.aboutConPic .pic1 .img{ float: right; position: relative;}

.aboutConPic .pic1 .img::before{ content: ""; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0;  border-width: 15px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #f5f5f5; position: absolute; bottom: -1px; left: 0; top: 50%; margin-top: -15px;}

.aboutConPic .pic2{ background: #f5f5f5; overflow: hidden;}

.aboutConPic .pic2 .text{ float: right;}

.aboutConPic .pic2 .img{ float: left; position: relative;}

.aboutConPic .pic2 .img::before{ content: ""; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0;  border-width: 15px; border-style: dashed solid dashed dashed; border-color: transparent #f5f5f5 transparent transparent; position: absolute; bottom: -1px; right: 0; top: 50%; margin-left: -15px;}



.aboutCon3{ position: relative; overflow: hidden; margin-bottom: 94px;}

.aboutCon3 .dl{ width:100%; float:left; position:relative; padding-bottom:182px; padding-top:19px;}

.aboutCon3 .dl .dt{ width:100%; position:absolute; left:0; top:-52px; font-size:24px; color:#db0001; line-height:32px; font-weight:bold; text-align:center;}

.aboutCon3 .dl .dian{ width:12px; height:12px; position:absolute; left:50%; top:0; margin-left:-6px; background:#bdbdbd; z-index:2;

-moz-border-radius:50%; 

-webkit-border-radius:50%; 

-khtml-border-radius:50%;

border-radius:50%;}

.aboutCon3 .dl .bian{ width:1px; height:100%; background:#e9e9e9; position:absolute; left:50%; top:0;}

.aboutCon3 .dl .dd{ width:100%; float:left; margin-top:40px; position:relative;}



.aboutCon3 .dl .dd.z_dd{display:none;}



.aboutCon3 .dl .dd .zbox{ width:48.2%; float:left; border:solid 1px #e3e3e3; padding:31px 212px 22px 20px; position:relative; z-index:2;

-moz-border-radius:10px; 

-webkit-border-radius:10px; 

-khtml-border-radius:10px;

border-radius:10px;}

.aboutCon3 .dl .dd .zbox .text{ width:100%; float:left;}

.aboutCon3 .dl .dd .zbox .text .time{ width:100%; float:left; font-size:24px; color:#666666; line-height:1;font-family: 'OPENSANS-BOLD';}

.aboutCon3 .dl .dd .zbox .text .p{ width:100%; float:left; font-size:16px; color:#666; line-height:26px; margin-top:7px; min-height:78px;}

.aboutCon3 .dl .dd .ico{ background:url(../images/About13.png) no-repeat center center; width:38px; height:24px; position:absolute; left:48.2%; top:28px;}

.aboutCon3 .dl .dd:hover .ico{ background-image:url(../images/About15.png);}

.aboutCon3 .dl .dd.d1 .zbox{ float:right;}

.aboutCon3 .dl .dd.d1 .ico{ background-image:url(../images/About12.png); left:auto; right:48.1%;}

.aboutCon3 .dl .dd.d1:hover .ico{ background-image:url(../images/About14.png);}

.aboutCon3 .dl .dd .zbox .img{ width:158px; position:absolute; right:24px; top:22px;}

.aboutCon3 .dl .dd.d2{ height:35px;}

.aboutCon3 .dl .dd.d1{ height:80px;}

.aboutCon3 .dl .dd:hover .zbox{ border:solid 2px #db0001;}

.aboutCon3 .dl .dd:hover .zbox .text .time{ color:#db0001;}

.aboutCon3 .dl .more{ width:100%; position:absolute; left:0; bottom:0; text-align:center;}

.aboutCon3 .dl .more a{ display:inline-block; *zoom:1; *display:inline; width:152px; height:42px; background:#db0001; text-align:center; line-height:42px; color:white; font-size:16px;

-moz-border-radius:4px; 

-webkit-border-radius:4px; 

-khtml-border-radius:4px;

border-radius:4px;}

.aboutCon3 .dl .more a:hover{ background:#e63f3f;}



.aboutCon4{ width: 100%; padding: 70px 0 50px 0; background: url(../images/About31.jpg) no-repeat center; background-size: cover;}

.aboutCon4Tab{ padding-bottom: 50px;}

.aboutCon4Tab .pic .h1{ overflow: hidden; padding-bottom: 10px;}

.aboutCon4Tab .pic .h2{ overflow: hidden; margin: -34px 85px 0 106px; padding-bottom: 10px;}

.aboutCon4Tab .pic .img{ width:150px; float: left; margin: 27px 36px; transform:rotate(45deg); overflow: hidden; background: #fff; border-radius: 10px;}

.aboutCon4Tab .pic .img:hover{ box-shadow: 3px 3px 5px #ccc;}

.aboutCon4Tab .pic .img img{ max-width: 50%; margin: 38px; transform: rotate(-45deg) scale(1.52);}

.aboutCon4Tab .slick-dots{ position: absolute;; z-index: 10; bottom: -30px; height: 6px; margin-bottom: 30px;}

.aboutCon4Tab .slick-dots li{ vertical-align: top; width: 15px; height: 15px; background: #818181; margin:0 10px; border-radius: 50%; cursor: pointer; text-indent: -999px; overflow: hidden;}

.aboutCon4Tab .slick-dots .slick-active{ background: #db0001;}





.aboutCon5{ overflow: hidden; margin-bottom: 100px;}

.aboutCon5 .left{ float: left; width: 70.7%;}

.aboutCon5 .left .text{ width: 33%; height: 235px; padding: 28px; float: left; background: #db0001; color: #fff; text-align: center;}

.aboutCon5 .left .text .kuang{ width: 100%; height: 100%; border: 1px solid #f6bdbd;}

.aboutCon5 .left .text h5{ font-size: 24px; font-weight: bold; margin-top: 50px;}

.aboutCon5 .left .text h6{ font-size: 16px; margin-top: 12px; text-transform: uppercase; position: relative;}

.aboutCon5 .left .text h6::after{ content: ""; display: block; position: absolute; bottom: -22px; left: 50%; margin-left: -17px; width: 34px; height: 3px; background: #fff;}

.aboutCon5 .left .img1{ width: 64%; height: 235px; float: right; line-height: 0; position: relative;

overflow: hidden;-webkit-transition: 0.5s ease;

   -moz-transition: 0.5s ease;

	-ms-transition: 0.5s ease;

	 -o-transition: 0.5s ease;

		transition: 0.5s ease;}

.aboutCon5 .left .img1 img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.aboutCon5 .left .img1:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.aboutCon5 .left .img1 .quan{ display: none; position: absolute; top: 10%; left: 4%; width: 92%; height: 80%; border: 1px solid #fff;}

.aboutCon5 .left .img1:hover .quan{ display: block;}

.aboutCon5 .left .img2{ width: 64%; height: 235px; float: left; line-height: 0; margin-top: 25px; position: relative;

   overflow: hidden;-webkit-transition: 0.5s ease;

   -moz-transition: 0.5s ease;

	-ms-transition: 0.5s ease;

	 -o-transition: 0.5s ease;

		transition: 0.5s ease;}

.aboutCon5 .left .img2 img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.aboutCon5 .left .img2:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.aboutCon5 .left .img2 .quan{ display: none; position: absolute; top: 10%; left: 4%; width: 92%; height: 80%; border: 1px solid #fff;}

.aboutCon5 .left .img2:hover .quan{ display: block;}

.aboutCon5 .left .img3{ width: 33%; height: 235px; float: right; line-height: 0; margin-top: 25px; position: relative;

overflow: hidden;-webkit-transition: 0.5s ease;

   -moz-transition: 0.5s ease;

	-ms-transition: 0.5s ease;

	 -o-transition: 0.5s ease;

		transition: 0.5s ease;}

.aboutCon5 .left .img3 img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.aboutCon5 .left .img3:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.aboutCon5 .left .img3 .quan{ display: none; position: absolute; top: 10%; left: 7%; width: 86%; height: 80%; border: 1px solid #fff;}

.aboutCon5 .left .img3:hover .quan{ display: block;}

.aboutCon5 .img4{ float: right; width: 27%; height: 495px; line-height: 0; position: relative; 

overflow: hidden;-webkit-transition: 0.5s ease;

   -moz-transition: 0.5s ease;

	-ms-transition: 0.5s ease;

	 -o-transition: 0.5s ease;

		transition: 0.5s ease;}

.aboutCon5 .img4 img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.aboutCon5 .img4:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.aboutCon5 .img4 .quan{ display: none; position: absolute; top: 5%; left: 6%; width: 88%; height: 90%; border: 1px solid #fff;}

.aboutCon5 .img4:hover .quan{ display: block;}





@media  screen and (max-width:1400px){

.aboutConPic .text{ padding: 20px;}

.aboutConPic .text .tit::after{ margin: 20px 0;}

.aboutCon5 .left .text h5{ margin-top: 10px;}

.aboutCon5 .left .text h6::after{ display: none;}

.aboutCon1 .text .info{ height: 144px;}

.aboutCon1 .wz{ display: none;}  



.aboutCon3{ margin-bottom: 70px;}

.aboutCon3 .dl .dd .zbox{ width:47.3%;}

.aboutCon3 .dl .dd .ico{ left:47.3%;}

.aboutCon3 .dl .dd.d1 .ico{ right:47.3%;}



.aboutCon4{ padding: 50px 0 50px 0;}

.aboutCon4Tab{ padding: 30px 0;}

.aboutCon4Tab .pic .h2{ margin: -34px 77px 0 80px;}

.aboutCon4Tab .pic .img{width: 110px; margin: 22px 25px;}

.aboutCon4Tab .pic .img img{max-width: 50%;margin: 28px;}



.aboutCon5 .left .text{ height: 168px;}

.aboutCon5 .left .img1{ height: 168px;}

.aboutCon5 .left .img2{ height: 168px;}

.aboutCon5 .left .img3{ height: 168px;}

.aboutCon5 .img4{ height: 355px;}

}

@media  screen and (max-width:1023px){

.aboutCon{ padding: 0 0 20px 0;}

.aboutConTit{ margin: 15px 0 10px 0;}

.aboutConTit h5{ font-size: 18px;}

.aboutConTit h6{ font-size: 16px; margin-top: 0;}

.aboutCon1 .img{ width: 100%;}

.aboutCon1 .text{ width: 100%;}

.aboutCon1 .pic{ width: 80px; height: 59px; margin: 5px 0;}

.aboutCon1 .text h6{ font-size: 16px; margin-bottom: 5px;}

.aboutCon1 .text .info{ font-size: 14px; line-height: 24px; height:auto;}

 

.aboutCon2 .slick-prev{ width: 22px; height: 43px; background-size: cover; margin-top: -22px;}

.aboutCon2 .slick-next{ width: 22px; height: 43px; background-size: cover; margin-top: -22px;}

.aboutConPic .text{ width: 50%; padding: 10px;}

.aboutConPic .text .tit{ font-size: 16px;}

.aboutConPic .text .tit::after{ margin: 5px 0 0 0;}

.aboutConPic .text .info{ font-size: 14px; line-height: 20px; height: 80px; margin-top: 5px;}

.aboutConPic .img{ width: 50%; line-height: 0;}

.aboutConPic .pic1 .img::before{ border-width: 5px; margin-top: -5px;}

.aboutConPic .pic2 .img::before{ border-width: 5px; margin-left: -5px;}



.aboutCon3{ padding:20px 0; margin-bottom: 30px;}

.aboutCon3 .dl .dt{ top:-42px; font-size:20px; line-height:28px;}

.aboutCon3 .dl .dd .zbox{ width:47.1%; padding:21px 162px 12px 10px;}

.aboutCon3 .dl .dd .ico{ left:47.1%;}

.aboutCon3 .dl .dd.d1 .ico{ right:47.1%;}

.aboutCon3 .dl .dd .zbox .img{ width:128px; right:14px; top:12px;}

.aboutCon3 .dl .dd .zbox .text .time{ font-size:20px;}

.aboutCon3 .dl .dd .zbox .text .p{ font-size:14px; line-height:22px; margin-top:5px; min-height:66px;}

.aboutCon3 .dl .more a{ width:132px; height:36px; line-height:36px; font-size:14px;}



.aboutCon3 .right{ width: 80%; top: -18px; left: 6px;}

.aboutCon3 .left .pic{ margin: 0 0 160px 0;}

.aboutCon3 .right .pic{ margin: 160px 0 0 0;}

.aboutCon3 .pic{ width: 98%; height: 120px; padding: 10px;}

.aboutCon3 .pic .text{ width: 58%;}

.aboutCon3 .pic .text .tit{ font-size: 16px;}

.aboutCon3 .pic .text .info{ font-size: 14px; line-height: 24px; height: 72px;}

.aboutCon3 .pic .img{ width: 20%;}

.aboutCon3 .more{ bottom: 0; left: 5px; margin-left: 0; width: 100px; height: 22px; line-height: 22px; font-size: 14px;}

.aboutCon3 .hist2{ height: 590px; margin-top: 590px;}

.aboutCon3 .hist2 .left{ top: 590px;}

.aboutCon3 .hist2 .right{ top: 570px;}



.aboutCon4{ padding: 1px 0 20px 0;}

.aboutCon4Tab{ padding: 0 0 10px 0;}



.aboutCon4Tab .pic .h1{ width: 400px; margin: 0 auto;}

.aboutCon4Tab .pic .h2{ width: 335px; margin: -28px auto 0 auto;}

.aboutCon4Tab .pic .img{ width:50px; margin: 14px 8px;}

.aboutCon4Tab .pic .img img{ max-width: 50%; margin: 13px;}

.aboutCon4Tab .slick-dots{ bottom: -30px; height: 6px; margin-bottom: 30px;}

.aboutCon4Tab .slick-dots li{  width: 6px; height: 6px; margin:0 3px;}



.aboutCon5{ margin-bottom: 15px;}

.aboutCon5Tab .pic{ width: 100%; height: auto; overflow: hidden; min-height:0.1px;}



.aboutCon5Tab .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}

.aboutCon5Tab .slick-dots li{ vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}

.aboutCon5Tab .slick-dots .slick-active{ background: #dc0000;} 

}

@media screen and (max-width:767px) {

.aboutCon3{ padding:10px 10px 29px 10px; margin-bottom: 20px;}

.aboutCon3 .dl{ margin-top:0; padding-bottom:62px; padding-top:10px;}

.aboutCon3 .dl .dd{ padding-left:30px; height:auto !important; margin-top:5px;}

.aboutCon3 .dl .dd .zbox{ width:100%; float:left; padding:11px 122px 6px 10px;}

.aboutCon3 .dl .dd .zbox .img{ width:82px; right:10px; top:8px;}

.aboutCon3 .dl .dd .ico{ left:0; width:30px; background-size:contain; background-image:url(../images/About12.png);}

.aboutCon3 .dl .dd.d1 .ico{ right:auto; left:0;}

.aboutCon3 .dl .dd:hover .ico{ background-image:url(../images/About14.png);}

.aboutCon3 .dl .bian{ left:9px;}

.aboutCon3 .dl .dt{ text-align:left;}

.aboutCon3 .dl .dian{ left:10px;}

.aboutCon3 .dl .more a{ float:left;}

.aboutCon3 .dl .dd .zbox .text .time{ font-size:16px;}

.aboutCon3 .dl .dd .zbox .text .p{ font-size:12px; line-height:20px; margin-top:3px; min-height:40px;}

}

@media (max-width:420px ) {

.aboutCon3 .pic .img{ width: 40%;}

.aboutCon4Tab .pic .h1{ width: 310px; margin: 0 auto;}

.aboutCon4Tab .pic .h2{ width: 260px; margin: -28px auto 0 auto;}

.aboutCon4Tab .pic .img{width: 35px;margin: 13px 8px;}

.aboutCon4Tab .pic .img img{max-width: 50%;margin: 9px;}

}

@media (max-width:400px ) {

.aboutCon3 .pic .img{ margin-top: 15px;}

}

@media (max-width:370px ) {

.aboutConPic .text{ padding: 5px 10px;}

.aboutConPic .text .info{ margin-top: 2px;}

.aboutConPic .text .tit::after{ margin: 2px 0 0 0;}

}







/* 产品中心 */

.prodList{ padding: 35px 0;}

.prodList .title{ width: 40%;}

.prodList .title h6{ font-size: 40px; margin: 70px 0 25px 0;}

.prodList .title .info{ font-size: 16px; line-height: 36px; height: 144px; overflow: hidden; margin-bottom: 45px; color: #666666;}

.prodList .title .more{ font-size: 16px; color: #db0001;}

.prodList .title .more:hover{ color: #333;}

.prodList .img{ width: 50%;}

.prodList1{ overflow: hidden; padding: 65px 0;}

.prodList1 .title{ float: left; margin-left: 3%;}

.prodList1 .img{ float: right; margin-right: 3%;}

.prodList2{ overflow: hidden; padding: 65px 0; background: #f6f6f6;}

.prodList2 .title{ float: right; margin-right: 3%;}

.prodList2 .img{ float: left; margin-left: 3%;}

@media (max-width:1400px ) {

.prodList .title h6{ margin: 40px 0 25px 0;}

.prodList .title .info{ height: 108px;}

}

@media (max-width:1023px ) {

.prodList{ padding: 10px 0 20px 0;}

.prodList .title{ width: 100%;}

.prodList .title h6{ font-size: 16px; margin: 0 0 5px 0;}

.prodList .title .info{ font-size: 14px; line-height: 20px; height: auto; margin-bottom: 5px;}

.prodList .title .more{ font-size: 14px;}

.prodList .img{ width: 100%; margin-top: 10px;}

.prodList1{ padding: 10px 0;}

.prodList1 .title{ margin-left: 0;}

.prodList1 .img{ margin-right: 0;}

.prodList2{ padding: 10px 0; }

.prodList2 .title{ float: left; margin-right: 0;}

.prodList2 .img{ float: left; margin-left: 0;}  

}



/* 产品详细 */



.prodCon{ padding-top: 115px;}

.prodCon1 h3{ font-size: 26px; text-align: center; margin-bottom: 50px;}

.prodConPc .w_1400{ overflow: hidden; padding: 0 0 40px 0;}

.prodCon1 .slickcen{ margin-left: -40px;}

.prodCon1{ position: relative; padding: 0;}

.prodCon1 .bg{ width: 100%; height: 270px; position: absolute; top: 138px; background: #f5f5f5;}

.prodCon1 .slickcen .slick-slide img{ padding: 10px; background: #fff; border: 1px solid #ccc;}

.slickcen .slick-slide{ padding: 72px;}

.slickcen .slick-slide img { margin: 24px; padding: 2%;}

.slickcen .slick-center img { padding: 5px!important; -moz-transform: scale(2);

-ms-transform: scale(2);

-o-transform: scale(2);

-webkit-transform: scale(2);

transform: scale(2);}

.prodCon1 .slickcen .slick-dots{ position: absolute;; z-index: 10; bottom: -30px; height: 6px;}

.prodCon1 .slickcen .slick-dots li{ vertical-align: top; width: 15px; height: 15px; background: #818181; margin:0 10px; border-radius: 50%; cursor: pointer; text-indent: -999px; overflow: hidden;}

.prodCon1 .slickcen .slick-dots .slick-active{ background: #db0001;} 





.prodCon2{ position: relative; margin: 50px 0; }

.prodCon2 .img{ width: 100%; padding-bottom:36.86%; overflow:hidden;}

.prodCon2 .img video{position:absolute; left:0; top:0; width:100%; height:100%;}

.prodCon2 .img p{position:absolute; left:0; top:0; width:100%; height:100%;}

.prodCon2 .img p iframe{width:100%; height:100%;}



.prodCon2 .ico{width: 56px; height: 56px; position: absolute; top: 50%; left: 50%; margin-left: -28px; margin-top: -28px; display: block; z-index: 999; background-size: cover; background: url(../images/Prod4.png) no-repeat center;}











.prodCon3 .title{ margin-bottom: 50px;}

.prodCon3 h4{ font-size: 36px; font-style: italic; text-transform: uppercase; font-weight: bold;}

.prodCon3 h5{ font-size: 18px; margin-left: 3px;}

.prodCon3 h5::after{ content: ""; display: block; float: right; margin-top: 8px; width: 93%; height: 9px; background: #d9d9d9;}

.prodCon3 .cont{ margin: 0 -20px; overflow: hidden;}

.prodCon3 .cont .text{ float: left; width: 30.4%; height: 287px; margin: 0 20px 35px 20px; padding: 40px 80px; overflow: hidden; background: #f5f5f5;}

.prodCon3 .cont h6{ font-size: 18px; margin-bottom: 10px; color: #db0001; font-weight: bold;}

.prodCon3 .cont .text .info{ font-size: 16px; line-height: 42px; color: #8d8d8d; max-height:168px; overflow-y:auto;}



.prodCon4{ margin-top: 30px;}

.prodCon4 .img{ width: 50%;}

.prodCon4 .info{ width: 50%; font-size: 18px; line-height: 48px; color: #8d8d8d; padding: 100px 50px 20px 100px;}

.prodCon4 .cont1,.prodCon4 .cont2{ background: #f5f5f5; overflow: hidden; margin-bottom: 50px;}

.prodCon4 .cont1 .img{ float: left;}

.prodCon4 .cont1 .info{ float: right;}

.prodCon4 .cont2 .img{ float: right;}

.prodCon4 .cont2 .info{ float: left;}

.prodCon4 .title{ width: 350px; height: 50px; line-height: 50px; font-size: 18px; border-radius: 25px; margin-bottom: 50px; text-align: center; background: #db0001; color: #fff;}



.prodCon5 { overflow: hidden; margin: 0 -20px; padding-bottom: 35px;}

.prodCon5 .pic{ margin: 0 20px 45px 20px;}

.prodCon5 .pic:last-child{ margin-right: 0;}

.prodCon5 .pic .img{ width: 100%; height: auto; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;

  -moz-transition: 0.5s ease;

 -ms-transition: 0.5s ease;

  -o-transition: 0.5s ease;

   transition: 0.5s ease;}

.prodCon5 .pic .img img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.prodCon5 .pic:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.prodCon5 .pic .text{ background: #f5f5f5; padding: 15px 30px 20px 30px;}

.prodCon5 .pic .text h6{ font-size: 20px; margin: 0 0 10px 0; height: 26px; overflow: hidden;}

.prodCon5 .pic .text .info{ font-size: 16px; line-height: 24px; height: 48px; padding: 0; margin-bottom: 15px; overflow: hidden; color: #565656;}

.prodCon5 .pic .text .more{ font-size: 12px; font-weight: bold; color: #db0001;}

.prodCon5 .pic .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}

.prodCon5 .pic:hover .text{ background: #db0001;}

.prodCon5 .pic:hover h6{ color: #fff;}

.prodCon5 .pic:hover .text a{ color: #fff;}

.prodCon5 .pic:hover .info{ color: #fff;}

.prodCon5 .pic:hover .more{ color: #fff;}

.prodCon5 .pic:hover .text .more::before{ background: #fff;}



@media (max-width:1400px ) {

.prodCon{ padding-top: 50px;}

.prodCon1 h3{ font-size: 18px; margin-bottom: 30px;}

.prodCon1 .slickcen{ margin-left: -40px;}

.prodCon1 .bg{ width: 100%; height: 200px; top: 95px;}

.slickcen .slick-slide{ padding: 50px;}



.prodCon3 h5::after{ width: 88%;}

.prodCon3 .cont .text{ width: 29.2%; padding: 20px 40px;}

.prodCon4{ margin-top: 10px;}

.prodCon4 .info{ padding: 50px 50px 20px 80px;}

.prodCon4 .cont1,.prodCon4 .cont2{ margin-bottom: 20px;}

.prodCon4 .title{ margin-bottom: 20px;}

.prodCon5 { padding-bottom: 20px;}

}

@media (max-width:1023px ) {

.prodCon{ padding-top: 20px;}

.prodCon1 h3{ font-size: 18px; margin-bottom: 15px;}

.prodConPh{ width: 98%; margin: 0 auto; padding-bottom: 15px;}

.prodConPh .img{ margin: 0 5px;}

.prodConPh .slick-dots{ position: absolute; z-index: 10; bottom: 0; height: 6px;}

.prodConPh .slick-dots li{ vertical-align: top; width: 6px; height: 6px; background: #818181; margin:0 5px; border-radius: 50%; cursor: pointer; text-indent: -999px; overflow: hidden;}

.prodConPh .slick-dots .slick-active{ background: #db0001;} 



.prodCon2{ margin: 20px 0;}

.prodCon2 .ico{ width: 28px; height: 28px; margin-left: -14px; margin-top: -14px; background-size: cover;}

.prodCon3 .title{ margin-bottom: 10px;}

.prodCon3 h4{ font-size: 18px;}

.prodCon3 h5{ font-size: 16px; margin-left: 3px;}

.prodCon3 h5::after{ margin-top: 10px; width: 90%; height: 4px;}

.prodCon3 .cont{ margin: 0 -5px;}

.prodCon3 .cont .text{ width: 31.6%; height: 180px; margin: 0 5px 10px 5px; padding: 10px 15px; overflow-y:auto;}

.prodCon3 .cont h6{ font-size: 16px; margin-bottom: 5px; }

.prodCon3 .cont .text .info{ font-size: 14px; line-height: 20px;  max-height:120px;}

.prodCon4{ margin-top: 10px;}

.prodCon4 .info{ font-size: 14px; line-height: 24px; padding: 20px 10px 10px 20px;}

.prodCon4 .cont1,.prodCon4 .cont2{ margin-bottom: 10px;}

.prodCon4 .title{ width: 150px; height: 30px; line-height: 30px; font-size: 16px; border-radius: 15px; margin-bottom: 10px;}



.prodCon5 { width: 100%; margin: 0 auto; padding-bottom: 10px;}

.prodCon5 ul{ margin: 0;}

.prodCon5 .pic{ margin: 0 5px 45px 5px;}

.prodCon5 .pic .text{ padding: 5px 10px 8px 10px;}

.prodCon5 .pic .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}

.prodCon5 .pic .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}

.prodCon5 .pic .text .more{ font-size: 12px;}

.prodCon5 .pic .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}

}

@media (max-width:768px ) {

.prodConPh{ padding-bottom: 5px;}



.prodCon3 h5::after{ margin-top: 10px; width: 80%; height: 4px;}

.prodCon3 .cont{ margin: 0;}

.prodCon3 .cont .text{ width: 100%; margin:10px 0 0 0; }

.prodCon3 .cont .text .info{ font-size: 14px; line-height: 20px;}



.prodCon4 .img{ width: 100%;}

.prodCon4 .info{ width: 100%; padding: 10px 10px 10px 20px;}

.prodCon4 .cont1 .img{ float: left;}

.prodCon4 .cont1 .info{ float: right;}

.prodCon4 .cont2 .img{ float: left;}

.prodCon4 .cont2 .info{ float: right;}



.prodCon .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}

.prodCon .slick-dots li{ vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}

.prodCon .slick-dots .slick-active{ background: #dc0000;} 

}

@media (max-width:640px ) {

.prodCon5 .pic{ margin: 0 0 5px 0;}

.prodCon5 .slick-dots{ position:static; z-index: 10; margin-top:3%; height:6px;}

.prodCon5 .slick-dots li{ float: none; vertical-align:top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}

.prodCon5 .slick-dots .slick-active{ background: #dc0000;} 

}



/* 案例中心 */

.caseList{ padding-top: 100px;}

.caseList ul{ overflow: hidden; margin: 0 -20px;}

.caseList ul li{ float: left; width: 30%; margin: 0 20px 45px 20px;}

.caseList ul li .img{ width: 100%; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;

  -moz-transition: 0.5s ease;

 -ms-transition: 0.5s ease;

  -o-transition: 0.5s ease;

   transition: 0.5s ease;}

.caseList ul li .img img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.caseList ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.caseList ul li .text{ background: #f5f5f5; padding: 15px 30px 20px 30px;}

.caseList ul li .text h6{ font-size: 20px; margin: 0 0 10px 0; height: 26px; overflow: hidden;}

.caseList ul li .text .info{ font-size: 16px; line-height: 24px; height: 48px; margin-bottom: 15px; overflow: hidden; color: #565656;}

.caseList ul li .text .more{ font-size: 12px; font-weight: bold; color: #db0001;}

.caseList ul li .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}

.caseList ul li:hover .text{ background: #db0001;}

.caseList ul li:hover h6{ color: #fff;}

.caseList ul li:hover .text a{ color: #fff;}

.caseList ul li:hover .info{ color: #fff;}

.caseList ul li:hover .more{ color: #fff;}

.caseList ul li:hover .text .more::before{ background: #fff;}

@media (max-width:1400px ) {

.caseList{ padding-top: 50px;}

.caseList ul li{ width: 29%;}

}

@media (max-width:1023px ) {

.caseList{ padding-top: 20px;}

.caseList ul{ margin: 0;}

.caseList ul li{ width: 31.3%; margin: 0 1% 15px 1%;}

.caseList ul li .text{ padding: 5px 10px 8px 10px;}

.caseList ul li .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}

.caseList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}

.caseList ul li .text .more{ font-size: 12px;}

.caseList ul li .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}

}

@media (max-width:768px ) {

.caseList ul li{ width: 48%; margin: 0 1% 15px 1%;}

}

@media (max-width:640px ) {

.caseList ul li{ width: 100%; margin: 0 0 15px 0;}

}



/* 案例详细 */

.caseCon{ padding: 105px 0 60px 0; overflow: hidden;}

.caseLeft{ float: left; width: 48%; position: relative; margin-bottom: 70px;}

.caseLeft .slick-prev{ width: 43px; height: 86px; background: url(../images/Case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}

.caseLeft .slick-next{ width: 43px; height: 86px; background: url(../images/Case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}

.caseLeft .slick-prev:hover{ background: url(../images/Case7.jpg) no-repeat center;}

.caseLeft .slick-next:hover{ background: url(../images/Case8.jpg) no-repeat center;}

.caseLeft .slick-dots{ position:static; z-index: 10; margin-top:-6%; height:15px;}

.caseLeft .slick-dots li{ vertical-align:top; width: 15px; height: 15px; background: #fff; margin:0 5px; border-radius: 50%; cursor:pointer; text-indent:-999px; overflow:hidden;}

.caseLeft .slick-dots .slick-active{ background: #dc0000;}

.caseRight{ float: right; width: 48%;}

.caseRight h5{ font-size: 30px; margin: 36px 0 20px 0; color: #5a4e4a;}

.caseRight .text1{ font-size: 16px; line-height: 26px; color: #4c4c4c; margin-bottom: 30px;}

.caseRight .text2{ font-size: 16px; line-height: 36px; padding: 30px 0; color: #808080; border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc;}

.caseRight .more{ display: block; float: left; width: 150px; height: 46px; line-height: 46px; font-size: 16px; margin: 40px 20px 0 0; border-radius: 23px; text-align: center; background: #6a6a6a; color: #fff;}

.caseRight .more:hover{ background: #dc0000;}

.caseRight .bdsharebuttonbox{ display: block; float: left; margin-top: 40px;}

.caseRight .bds_more{ width: 44px!important; height: 44px!important; background: url(../images/Case9.png) no-repeat center!important; margin: 0!important;}



.relaLeft{ float: left; width: 78%;}

.relaLeft h6{ font-size: 20px; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #f7f7f7; position: relative; font-weight: bold; color: #dc0000;}

.relaLeft h6::after{ content: ""; position: absolute; bottom: -1px; left: 0; display: block; width: 85px; height: 2px; background: #dc0000;}

.relaLeft .info{ font-size: 16px; line-height: 28px; color: #666666;}



.relaRight{ width: 20%; float: right; background: #f0f0f0; padding: 30px 30px 150px 30px;}

.relaRight h4{ font-size: 16px;}

.relaRight h5{ font-size: 18px;}

.relaRight ul li{ margin-top: 30px;}

.relaRight ul li .img{ width: 100%; height: auto; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;

  -moz-transition: 0.5s ease;

 -ms-transition: 0.5s ease;

  -o-transition: 0.5s ease;

   transition: 0.5s ease;}

.relaRight ul li .img img{

-webkit-transition: all 0.5s ease-out 0s; 

-moz-transition: all 0.5s ease-out 0s; 

-o-transition: all 0.5s ease-out 0s; 

transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}

.relaRight ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.relaRight ul li .text{ background: #fff; padding: 15px;}

.relaRight ul li .text h6{ font-size: 16px; color: #474747; margin-bottom: 10px;}

.relaRight ul li .text .more{ font-size: 12px; font-weight: bold; color: #dc0000;}

.relaRight ul li:hover .text{ background: #dc0000;}

.relaRight ul li:hover .text h6{ color: #fff;}

.relaRight ul li:hover .text .more{ color: #fff;}



.sx_fy{ font-size: 16px; color: #5a4e4a; height: 40px; line-height: 40px; margin-top: 20px; border-top: 1px solid #e0e0e0;}

.sx_fy .l_fy{ float: left; width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.sx_fy .r_fy{ float: left; width: 80%;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.newsCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: 25px; text-align: center; background: #dc0000; color: #fff;} 

.caseCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: -15px; text-align: center; background: #dc0000; color: #fff;} 

.sx_fy b{font-weight:normal;}



@media (max-width:1400px ) {

.caseCon{ padding: 55px 0 30px 0;}

.caseLeft{ margin-bottom: 50px;}

.caseRight h5{ margin: 10px 0 10px 0; }

.caseRight .text1{ margin-bottom: 10px;}

.caseRight .text2{ padding: 10px 0;}

.caseRight .more{ margin: 20px 20px 0 0;}

.caseRight .bdsharebuttonbox{ margin-top: 20px;}

}

@media (max-width:1023px ) {

.caseCon{ padding: 20px 0;}

.caseLeft{ margin-bottom: 15px;}

.caseLeft .slick-prev{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}

.caseLeft .slick-next{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}

.caseLeft .slick-dots{ height: 8px;}

.caseLeft .slick-dots li{width: 8px; height: 8px;}

.caseRight h5{ font-size: 18px; margin: 10px 0 5px 0;}

.caseRight .text1{ font-size: 14px; line-height: 24px;}

.caseRight .text2{ font-size: 14px; line-height: 24px;}

.caseRight .more{ width: 100px; height: 30px; line-height: 30px; font-size: 14px; margin: 10px 10px 0 0; border-radius: 15px;}

.caseRight .bdsharebuttonbox{ margin-top: 10px;}

.caseRight .bds_more{ width: 30px!important; height: 30px!important; background-size: cover!important;}



.relaLeft{ width: 100%;}

.relaLeft h6{ font-size: 16px; padding: 10px 0 8px 0; margin-bottom: 10px;}

.relaLeft h6::after{ width: 60px; height: 2px;}

.relaLeft .info{ font-size: 14px; line-height: 20px;}



.relaRight{ width: 100%; padding: 0; background: #fff;}

.relaRight h4{ font-size: 14px; padding-top: 10px;}

.relaRight h5{ font-size: 16px; margin-bottom: 10px;}

.relaRight ul li{ width: 48%; float: left; margin: 10px 1% 0 1%;}



.relaRight ul li .text{ padding: 5px;}

.relaRight ul li .text h6{ font-size: 14px; margin-bottom: 5px;}

.relaRight ul li .text .more{ font-size: 12px;}

.sx_fy{ font-size: 14px; height: 30px; line-height: 30px; margin-top: 15px;}

.sx_fy .l_fy{ width: 70%;}

.sx_fy .r_fy{ width: 70%; float: left; text-align: left;}

.newsCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: 20px auto 0 auto;}

.caseCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: -14px auto 0 auto;}



}

@media (max-width:768px ) {

.caseLeft{ width: 100%;}

.caseRight{ width: 100%;}

.caseRight h5{ font-size: 18px; margin: 15px 0 5px 0;}

.caseRight .text1{ margin-bottom: 5px;}

.caseRight .text2{ padding: 5px 0;}

}

@media (max-width:640px ) {

.relaRight ul li{ width: 100%; float: left; margin: 10px 0 0 0;}

}



/* 联系我们 */

.contCon{ padding: 120px 0 30px 0; overflow: hidden;}

.map{ background: #f6f6f6; padding: 10px; position: relative; height: 590px;}

#bdmap{ height: 570px;}

.mess{ position: absolute; top: 50px; left: 60px; width: 365px; padding: 25px; background: #fff; border-radius: 10px; border: 2px solid #ededed;}

.mess .messTit{ font-size: 24px; color: #dc0000; text-align: center; margin-bottom: 20px;}

.mess .lab{ margin-bottom: 10px; position: relative;}

.mess .fv1{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 42px; background: #f7f7f7;}

.mess .fv4{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; height: 42px; line-height: 42px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: #f7f7f7 url('../images/Cont1.png') no-repeat 95% center; padding-right: 14px;}

.mess .fv4::-ms-expand { display: none;}

.mess .fv2{ width: 100%; border: 0; font-size: 14px; padding: 0 24px; color: #5d5d5d; background: #f7f7f7; height: 99px; line-height: 33px;}

.mess .yanzhengma{ float:left; position:absolute; right:1px; top:1px; width:115px; height:42px;}

.mess .fv3{ display: block; width: 230px; height: 42px; line-height: 42px; font-size: 16px; margin: 0 auto; text-align: center; color: #fff; background: #dc0000; border-radius: 21px;}



.contCen{ overflow: hidden; margin: 40px 0 30px 0; padding: 10px 10px 10px 0;}

.contCen .ewm{ float: left; width: 30.8%; height: 480px; padding: 50px 70px; text-align: center; background: #f6f6f6;}

.contCen .ewm .text1{ font-size: 24px;}

.contCen .ewm .img{ margin: 20px 0 15px 0;}

.contCen .ewm .text2{ font-size: 20px; color: #666666;}

.contCen .cont_wz{ float: right; width: 64.8%; height: 473px; padding: 65px 70px; box-shadow: 0 0 10px #ccc;}

.contCen .cont_wz .tit{ font-size: 26px; margin-bottom: 30px;}

.contCen .cont_wz .info{ font-size: 16px; line-height: 40px; color: #818181;}



.contList{ float: left; width: 48.5%; margin: 0 2.5% 45px 0; padding: 30px 40px; box-shadow: 0 0 10px #ccc;}

.contList:nth-child(2n){ margin-right: 0;}

.contListTit{ width: 80%; font-size: 18px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; position: relative;}

.contListTit::after{ content: ""; display: block; width: 84px; height: 2px; background: #db0001; position: absolute; bottom: -1px; left: 0;}

.contList ul{ margin: 26px 0 10px 0;}

.contList ul li{ overflow: hidden; margin-bottom: 15px;}

.contList ul li .ico{ display: block; width: 25px; height: 25px; float: left; margin-right: 20px; margin-top: 10px;}

.contList ul li .wz{ float: left; font-size: 16px; line-height: 36px; margin-top: 3px; color: #666666;}

#bdmap1,#bdmap2,#bdmap3,#bdmap4{ height: 200px;}



.contList .bdmap{width:100%; height:200px;}





@media (max-width:1400px ) {

.contCon{ padding: 60px 0 30px 0;}

}

@media (max-width:1023px ) {

.contCon{ padding: 20px 0;}

.map{ padding: 10px; height: 620px;}

#bdmap{ height: 300px;}

.mess{ top: 320px; left: 0; width: 100%; padding: 10px;}

.mess .messTit{ font-size: 16px; margin-bottom: 10px;}

.mess .lab{ margin-bottom: 5px;}

.mess .fv1{ padding: 0 10px; height: 28px; line-height: 28px;}

.mess .fv4{ padding: 0 10px; height: 28px; line-height: 28px;}

.mess .fv2{ padding: 0 10px; height: 74px; line-height: 28px;}

.mess .yanzhengma{ right:1px; top:1px; width:85px; height:28px;}

.mess .fv3{ width: 100px; height: 28px; line-height: 28px; font-size: 14px; border-radius: 14px;}



.contCen{ margin: 10px 0; padding: 10px 5px 0 0;}

.contCen .ewm{ height: 205px; padding: 20px 10px;}

.contCen .ewm .text1{ font-size: 16px;}

.contCen .ewm .img{ margin: 10px 0 5px 0; width: 50%; margin: 5px auto;}

.contCen .ewm .text2{ font-size: 14px;}

.contCen .cont_wz{ height: 202px; padding: 10px 5px; background-size: cover !important;}

.contCen .cont_wz .tit{ font-size: 16px; margin-bottom: 0;}

.contCen .cont_wz .info{ font-size: 14px; line-height: 20px;}



.contList{ float: none; width: 100%; margin: 0 0 10px 0; padding: 10px 5px; }

.contListTit{ font-size: 16px;}

.contListTit::after{ width: 84px; height: 2px;}

.contList ul{ margin: 10px 0 10px 0;}

.contList ul li{ margin-bottom: 5px;}

.contList ul li .ico{ width: 20px; height: 20px; background-size: cover; margin-right: 10px; margin-top: 0;}

.contList ul li .wz{ font-size: 14px; line-height: 20px; margin-top: 0;}

#bdmap1,#bdmap2,#bdmap3,#bdmap4{ height: 150px;}

}

@media (max-width:768px ) {

.contCen .ewm .img{ width: 90%;}

}

@media (max-width:400px ) {

.contCen .ewm{ height: 280px;}

.contCen .cont_wz{ height: 280px; overflow: hidden;}

}



/* 应用领域 */

.applList{ padding: 105px 0 85px 0; overflow:hidden;}

.applLeft{ width: 73%; float: left;}

.applLeft .tit{ font-size: 18px; height: 60px; line-height: 60px; padding-left: 30px; overflow: hidden; background: #db0001; color: #fff;}

.applLeft .info{ font-size: 16px; color: #656565; line-height: 24px; padding: 20px 15px;}

.applLeft .info video{background:#000;}





.contit{ padding: 40px 0;}

.contit .t1{ font-size: 24px; color: #db0001;}

.contit .t2{ font-size: 18px; color: #7e7e7e;}



.side_tot{ display: none;}

.side_con{ display: block; width: 21%; /*height: 1690px;*/ float: right; background: #f7f7f8;}

.side_con .l1{ font-size: 16px; padding-right: 60px; height: 60px; line-height: 60px; text-align: right; border-bottom: 1px solid #fff; overflow: hidden;}

.side_con .l1.on,.side_con .l1:hover{ background: #db0001 url(../images/Appl1.png) no-repeat 25px center;}

.side_con .l1.on a,.side_con .l1:hover a{ color: #fff;}

@media (max-width:1400px ) {

.applList{ padding: 55px 0 45px 0;}

.contit{ padding: 30px 0;}

}

@media (max-width:1023px ) {

.applList{ padding: 20px 0;}

.applLeft{ width: 100%; float: left; margin-top: 10px;}

.applLeft .tit{ font-size: 16px; height: 28px; line-height: 28px; padding-left: 10px;}

.applLeft .info{ font-size: 14px; line-height: 20px; padding: 10px 5px;}



.contit{ padding: 5px 0 10px 0;}

.contit .t1{ font-size: 18px;}

.contit .t2{ font-size: 16px;}



.applList{ position: relative;}

.side_tot{ display: block; width: 20px; height: 20px; position: absolute; right: 10px; top: 5px;} 

.side_tot.on img { transform: rotate(90deg);}





.side_con{ display: none; width: 100%; height: auto; margin-bottom: 10px;}

.side_con .l1{ font-size: 14px; padding-right: 0; height: 28px; line-height: 28px; text-align: center;}

.side_con .l1.on,.side_con .l1:hover{ background: #db0001;}

}



/* 新闻中心 */

.newsList{ padding-top: 100px;}

.newsList ul li{ overflow: hidden; background: #f6f6f6; margin-bottom: 30px;}

.newsList ul li .img{ float: left; width: 20%; height: auto; padding: 30px; border-right: 1px solid #fff;}

.newsList ul li .text{ float: right; width: 80%; padding: 0 60px 30px 30px;}

.newsList ul li .text h6{ font-size: 18px; height: 22px; overflow: hidden; margin: 45px 0 20px 0;}

.newsList ul li .text .info{ font-size: 16px; line-height: 30px; height: 60px; overflow: hidden; color: #898989;}

.newsList ul li .text .dm{ overflow: hidden; margin-top: 40px;}

.newsList ul li .text .dm .date{ float: left; font-size: 14px; color: #a9a9a9;}

.newsList ul li .text .dm .more{ float: right; font-size: 14px; color: #a9a9a9;}

.newsList ul li:hover .text .dm .more{ color: #db0001;}



@media (max-width:1400px ) {

.newsList{ padding-top: 50px;}

.newsList ul li .img{ width: 30%;}

.newsList ul li .text{ width: 70%;}

}



@media (max-width:1023px ) {

.newsList{ padding-top: 20px;}

.newsList ul li{ margin-bottom: 10px;}

.newsList ul li .img{ width: 20%; padding: 5px;}

.newsList ul li .text{ width: 80%; padding: 0 15px 10px 10px;}

.newsList ul li .text h6{ font-size: 16px; height: 20px; margin: 10px 0 5px 0;}

.newsList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; }

.newsList ul li .text .dm{ margin-top: 25px;}

.newsList ul li .text .dm .date{ font-size: 12px;}

.newsList ul li .text .dm .more{ font-size: 12px;}

}

@media (max-width:768px ) {

.newsList ul li .img{ width: 40%;}

.newsList ul li .text{ width: 60%;}

.newsList ul li .text .info { height: 80px;}

}

@media (max-width:520px ) {

.newsList ul li .text .info { height: 40px;}

}

@media (max-width:400px ) {

.newsList ul li .text .dm{ margin-top: 10px;}

}



/* 新闻详细 */

.newsCon{ padding: 100px 0 60px 0; overflow: hidden;}

.newsConLeft{ float:left; width:74.5%;}

.newsConLeft .l1{ color:#232323; font-size:30px; line-height:40px;text-align: center;}

.newsConLeft .l2{ border-bottom:1px solid #d7d8d8; border-top:1px solid #d7d8d8;padding:11px 0; overflow: hidden; color:#777777; font-size:14px; line-height:32px; margin-top:2.08%;}

.newsConLeft .l2 .time{ float: left;}

.newsConLeft .l2 ._renter{ float:right; background:url(../images/News5.png) no-repeat center right; padding-right: 40px;}

.newsConLeft .l3{ color:#232323; font-size:16px; line-height:40px; padding-top:18px;}



.newsConRight{ float: right; width:22%;}

.lateTit{ width: 100%; height: 146px; line-height: 146px; font-size: 24px; background:url(../images/News7.jpg) no-repeat center; text-align: center;}

.late ul{ background: #f7f7f7; padding: 30px 0 50px 0; margin-bottom: 22px;}

.late ul li{ overflow: hidden; padding: 25px; border-bottom: 1px solid #e7e7e7;}

.late ul li .text{ float: left; width: 65%;}

.late ul li .text .tit{ font-size: 16px; margin-top: 5px; line-height: 24px; height: 48px; overflow: hidden;}

.late ul li .text .date{ font-size: 14px; margin-top: 5px; color: #666666;}

.late ul li .img{ width: 33%; float: right; line-height: 0;}

.late ul li:hover{ background: #db0001;}

.late ul li:hover a{ color: #fff;}

.late ul li:hover .text .date{ color: #fff;}



.arti{ background: #f7f7f7; padding: 25px;}

.artiTit{ font-size: 20px; border-bottom: 1px solid #bbbbbb; padding-bottom: 10px; position: relative;}

.artiTit::after{ content: ""; display: block; width: 84px; height: 2px; background: #db0001; position: absolute; bottom: -1px; left: 0;}

.arti ul{ margin-top: 15px;}

.arti ul li{ font-size: 16px; line-height: 24px; position: relative; padding-left: 15px; margin-bottom: 5px;}

.arti ul li::before{ content: ""; display: block; width: 4px; height: 4px; background: #bbbbbb; position: absolute; top: 10px; left: 0;}

@media (max-width:1400px ) {

.newsCon{ padding: 50px 0 30px 0;} 

.newsConLeft{ float:left; width:66.5%; margin-left: 4%;}

.newsConRight{ float: right; width:22%; margin-right: 4%;}

.late ul li{ overflow: hidden; padding: 15px;}

.late ul li .text .tit{ height: 24px;}

}

@media (max-width:1023px ) {

.newsCon{ padding: 20px 0;}

.newsConLeft{ width:100%; margin-left: 0;}

.newsConLeft .l1{ font-size:18px; line-height:20px;}

.newsConLeft .l2{ padding:11px 0; font-size:14px; line-height:22px; margin-top:2.08%;}

.newsConLeft .l2 .time{ width: 70%;}

.newsConLeft .l2 ._renter{ background-size: 22%; margin-top: 0; padding-right: 20px;}

.newsConLeft .l3{ font-size:14px; line-height:24px; padding-top:15px;}



.newsConRight{ width: 100%; margin-right: 0;}

.lateTit{ width: 100%; height: 70px; line-height: 70px; font-size: 18px; margin-top: 10px; background-size: cover;}

.late ul{ padding: 10px 0 10px 0; margin-bottom: 10px;}

.late ul li{ padding: 10px;}

.late ul li .text .tit{ font-size: 14px;}



.arti{ padding: 10px;}

.artiTit{ font-size: 16px; padding-bottom: 10px;}

.artiTit::after{ width: 64px;}

.arti ul{ margin-top: 10px;}

.arti ul li{ font-size: 14px;}

}

@media (max-width:550px ) {

.newsConLeft .l2 ._renter{ margin-top: 11px;}

}

@media (max-width:430px ) {

.late ul li .text .tit{ width: 90%; height: 48px;}

}









/* 下载中心 */

.downList{ padding-top: 95px;}

.downList ul li{ height: 106px; margin-bottom: 30px; overflow: hidden; border: 1px solid #e9e9e9;}

.downList .down1{ width: 6.5%; line-height: 106px; font-size: 24px; float: left; text-transform: uppercase; text-align: center; overflow: hidden; background: url(../images/Down1.png) no-repeat top right; background-size: cover; color: #fff; font-weight: bold;}

.downList .down2{ width: 14%; margin: 20px 0 20px 2.8%; float: left; border-right: 1px solid #e9e9e9;}

.downList .down2 .wz{ font-size: 16px; color: #454545; margin: 8px 0 10px 0; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.downList .down2 .date{ font-size: 12px; color: #888888; margin-bottom: 15px; padding-left: 20px; background: url(../images/Down5.png) no-repeat left center;}

.downList .down3{ width: 64.6%; margin: 20px 0 20px 2.8%; float: left; font-size: 16px; line-height: 28px; height: 56px; overflow: hidden; color: #555555;}

.downList .down4{ width: 8.7%; float: left; font-size: 14px; margin-top: 25px; padding-top: 36px; text-align: center; background: url(../images/Down3.png) no-repeat top center;}

.downList .down4 span{ color: #888888;}

.downList ul li:hover{ box-shadow: 0 0 5px #ccc;}

.downList ul li:hover .down1{ background: url(../images/Down2.png) no-repeat top right;}

.downList ul li:hover .down2 .wz{  color: #db0001;}

.downList ul li:hover .down4{ background: url(../images/Down4.png) no-repeat top center;}



@media (max-width:1400px ) {

.downList{ padding-top: 45px;}

.downList .down1{ width: 7.5%;}

.downList .down2{ width: 13%;}

}

@media (max-width:1023px ) {

.downList{ padding-top: 20px;}

.downList ul li{ height: 70px; margin-bottom: 10px;}

.downList .down1{ width: 16.5%; line-height: 70px; font-size: 14px;}

.downList .down2{ width: 24%; margin: 10px 0 10px 2.8%;}

.downList .down2 .wz{ font-size: 14px; margin: 5px 0 5px 0;}

.downList .down2 .date{ font-size: 12px; margin-bottom: 0; padding-left: 15px;}

.downList .down3{ width: 44.6%; margin: 15px 0 20px 2.8%; font-size: 14px; line-height: 20px; height: 40px;}

.downList .down4{ width: 7.7%; font-size: 14px; margin-top: 20px; padding-top: 22px; background-size: 30%;}



}

@media (max-width:768px ) {

.downList{ padding-top: 20px;}

.downList ul li{ height: auto; margin-bottom: 10px;}

.downList .down1{ width: 16.5%; line-height: 70px; font-size: 14px;}

.downList .down2{ float: none; width: 100%; margin: 5px 0 0 2.8%;}

.downList .down2 .wz{ font-size: 14px; margin: 0 0 3px 0;}

.downList .down2 .date{ font-size: 12px; margin-bottom: 0; padding-left: 15px;}

.downList .down3{ float: none; margin: 0 0 5px 2.8%; font-size: 14px; line-height: 20px; height: 20px;width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.downList .down4{ width: 9.7%; font-size: 14px; margin-top: 20px; padding-top: 23px; background-size: 30%;}

.downList .over{ overflow: hidden; float: left; width: 68%; margin-right: 2%;}



.downList .down4{ background-size: 40%;}

}

@media (max-width:350px ) {

.downList .over{ width: 66%;}

.downList .down4{ width: 11.7%;}

}









.pagecon{color: #232323;

font-size: 16px;

line-height: 40px; padding:50px 0;}



@media (max-width:1023px ) {

.pagecon{font-size:14px; line-height:24px; padding:30px 0;}

}





.sitemap{ width:100%;float:left;}

.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }

.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}

.sitemap li a:hover{color:#dc0000;}

.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}

.sitemap li .font14{font-size:14px; }

.sitemap li .font12{ font-size:12px;  color:#999}





